From: cl349@firebug.cl.cam.ac.uk Date: Wed, 9 Mar 2005 01:06:53 +0000 (+0000) Subject: bitkeeper revision 1.1159.258.33 (422e4c2dbtydqXSZXhO6gOuY-qlS5A) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~140 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=853a0f3ccab0931199577c3e28d2608f5422bf80;p=xen.git bitkeeper revision 1.1159.258.33 (422e4c2dbtydqXSZXhO6gOuY-qlS5A) Support Xen-ifying a complete NetBSD source tree. Signed-off-by: Christian Limpach --- diff --git a/netbsd-2.0-xen-sparse/mkbuildtree b/netbsd-2.0-xen-sparse/mkbuildtree index ef85a8922a..bd99cbda9a 100755 --- a/netbsd-2.0-xen-sparse/mkbuildtree +++ b/netbsd-2.0-xen-sparse/mkbuildtree @@ -93,7 +93,7 @@ abs_to_rel ${AD} ${AS} RS=$DESTPATH # Remove old copies of files and directories at the destination -for i in `find . -type f -o -type l` ; do rm -f ${AD}/${i#./} ; done +for i in `find sys -type f -o -type l` ; do rm -f ${AD}/${i#./} ; done # We now work from the destination directory cd ${AD}